toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]UrlRequestJob
/
Options
Options
interface
Options
The options needed to initialize
UrlRequestJob
.
Members
Types
Builder
Link copied to clipboard
class
Builder
A
UrlRequestJob.Options
builder.
Functions
http
Headers
Link copied to clipboard
open
fun
httpHeaders
(
)
:
List
<
HttpHeader
>
Returns an immutable list of HTTP headers.
http
Status
Link copied to clipboard
open
fun
httpStatus
(
)
:
HttpStatus
Returns the HTTP status code.
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
httpStatus
:
HttpStatus
)
:
UrlRequestJob.Options.Builder
Creates a new
UrlRequestJob
builder with the given required parameters.